function init() { TwinklGame.setup(TwinklGame.Utils.getInitialConfig({ //TITLES title: "Insert Title", sub_title: "Word Building", //GAMEPLAY branding: "eyfs", //BRANDING DROPDOWN theme_colour: "steel-blue-dark", decoy_answers: false, cards_per_page:1, //MIN 1 //MAX 4 question_count:2, //BACKGROUNDS background_image_url: { assetUrl: "images/bac.png" }, desk_background_image_url: { assetUrl: "images/bac.png" }, foreground_image_url: { assetUrl: "images/foreground.png" }, //POPUPS intro_title: "How to play:", intro_text: "Drag and drop the words to match with the correct image!", success_title: "You Spelled...", success_text: "You put all the words in the right place!", well_done_title: "Well done!", //BUTTONS lets_go_text: "Let's go!", check_button_text:"Check", play_button_text:"Play", play_again_button_text:"Play Again", next_button_text: "Next", //CONTENT content:[ { top_image:{assetUrl:"images/quiz-image-1.png"}, top_text:"word", top_audio: { assetUrl:"audio/swoosh.mp3"}, sections:[ { text: "w", audio: {assetUrl: ""}, include_default: false, }, { text:"o", audio:{ assetUrl:""}, include_default:false, }, { text:"r", audio:{ assetUrl:""}, include_default:false, }, { text:"d", audio:{ assetUrl:""}, include_default:false, } ] } ] })); }